From 877f5cc245218323f6b17f24358c3e562a5711e3 Mon Sep 17 00:00:00 2001 From: robertl Date: Sun, 1 Feb 2004 05:04:21 +0000 Subject: [PATCH] Reduce default (debugging) output to ASCII, not codepg 1252. --- gpsbabel/waypt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/waypt.c b/gpsbabel/waypt.c index 17e3cb301..4f5e66bc8 100644 --- a/gpsbabel/waypt.c +++ b/gpsbabel/waypt.c @@ -130,7 +130,7 @@ waypt_disp(const waypoint *wpt) printposn(wpt->latitude,1); printposn(wpt->longitude,0); - tmpdesc = str_utf8_to_cp1252( wpt->description); + tmpdesc = str_utf8_to_ascii( wpt->description); printf("%s/%s", global_opts.synthesize_shortnames ? mkshort(mkshort_handle, tmpdesc) : -- 2.30.2